home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / k_r.arc / K&R.DOC < prev    next >
Text File  |  1985-11-05  |  2KB  |  33 lines

  1. This disk contains demostration programs that parallel the Kernighan and
  2. Ritchie book: The C Programming Language.  The programs are grouped by
  3. chapter (C-CH.1 thru C-CH.7). Each chapter contains various examples or
  4. C programs that demostrate a function or method.  These programs are not
  5. meant to be finished C programs, rather they were created for classroom
  6. use as an aide.  Most of these programs are in general C libraries although
  7. generally in a greatly enhanced form.
  8.  
  9. One warning.
  10. These programs were created on a UNIX system, an AT&T 3B20s and a
  11. Digital VAX 11/70.  Keep this in mind while using the files.
  12.  
  13. The file 'C-FUNCT', is a collection of more usable function calls that
  14. may be used and called within a C program.
  15.  
  16. The file 'C-PRG.LS', is the complete listing of programs included on this
  17. disk.  For information, the listing is the output from the UNIX version
  18. of the DOS 'dir' command.  The first column, mostly -rw-r--r-- is the file
  19. permissions.  The first (-) is the directory place, the letter 'd', denotes
  20. that this entry is a directory, the hyphen, denotes that the entry is a file.
  21. The next 3 positions (rw-), show the permissions for the owner of the file.
  22. Read and Write permissions are in force here.  The hyphen in the 3rd position
  23. denotes that the 'execute' permission is not in force.  In the last 6
  24. positions, the first 3 are for the group permissions and the last 3 are for
  25. the public permissions.  In this example, the group and public have only
  26. read permissions.  The next three columns, mostly (1 cp18     cp), indicate
  27. quanity of links and owners (cp18 is the login).  The rest is roughly
  28. the same as 'dir'.
  29.  
  30.  
  31. stly (1 cp18     cp), indicate
  32. quanity of links and owners (cp18 is the login).  The rest is roughly
  33. the same as